How are video card\graphics drivers written exactly? [closed]
Posted
by
Bigyellow Bastion
on Programmers
See other posts from Programmers
or by Bigyellow Bastion
Published on 2012-12-18T17:27:30Z
Indexed on
2012/12/18
23:13 UTC
Read the original article
Hit count: 289
gui
I was thinking, since I want an application layer for my operating system, how or what would be the best way to write, or better understand how to write, my own graphics device drivers or software to enable application layered software to request data through my graphics system (I.e. windows, icons, mouse pointers).
I don't need every little detail, I'd just like some possible insight on the procedure one may accomplish this feat in, perhaps the best way to understand the interaction between the graphics GUI rendering software to the hardware interaction directly, and the application software requesting the graphics driver itself.
© Programmers or respective owner